|
@@ -2406,7 +2406,7 @@ public class AddInstallBusinessImpl implements AddInstallBusiness {
|
|
|
|
|
|
// 置能否申诉标识 canappeal=1可申诉 中差评均可申诉
|
|
// 置能否申诉标识 canappeal=1可申诉 中差评均可申诉
|
|
// 这里以后可能需要,不要删除
|
|
// 这里以后可能需要,不要删除
|
|
- cppjly = publicService.getCppjly(s.getPjly().trim());
|
|
|
|
|
|
+ /*cppjly = publicService.getCppjly(s.getPjly().trim());
|
|
// 置可申诉标识 当前评价为中差评时看是否有已同步的差评,有不再产生申诉数据
|
|
// 置可申诉标识 当前评价为中差评时看是否有已同步的差评,有不再产生申诉数据
|
|
if (cppjly){
|
|
if (cppjly){
|
|
OrderAppraise oldoat = orderAppraiseService.lambdaQuery()
|
|
OrderAppraise oldoat = orderAppraiseService.lambdaQuery()
|
|
@@ -2415,7 +2415,7 @@ public class AddInstallBusinessImpl implements AddInstallBusiness {
|
|
if (oldoat==null){
|
|
if (oldoat==null){
|
|
canappeal=1;
|
|
canappeal=1;
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
|
|
|
|
// 置可生成评价标识 jcaninsert 当前记录为首评且已同步记录表中存在首评时置 jcaninsert = 0 不能再插入首评
|
|
// 置可生成评价标识 jcaninsert 当前记录为首评且已同步记录表中存在首评时置 jcaninsert = 0 不能再插入首评
|
|
if (s.getSynStatus().equals(0) && s.getSxlx().equals(0)){
|
|
if (s.getSynStatus().equals(0) && s.getSxlx().equals(0)){
|