Commit c04a050a authored by liuyuzhen's avatar liuyuzhen

Merge branch 'master_dev' of git.shenbd.com:qm-develop/shenbd into lyz

parents dce65c2a a8d80988
...@@ -104,7 +104,7 @@ class MessageHistoryModel extends \DAO\AbstractModel { ...@@ -104,7 +104,7 @@ class MessageHistoryModel extends \DAO\AbstractModel {
} }
} }
if($button['type']==ApiConst::messageButtonTypeConfirmButton ){ if($button['type']==ApiConst::messageButtonTypeConfirmButton ){
if($timeDiff>(ApiConst::tenMinSecond-ApiConst::oneDaySecond)){ if($timeDiff>(ApiConst::oneDaySecond)){
$button['showType']=ApiConst::messageButtonShowTypeGray; $button['showType']=ApiConst::messageButtonShowTypeGray;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment