|
|
@ -95,7 +95,10 @@ public class ZyjhService extends ServiceImpl<DmYdjhMapper,DmYdjh> {
|
|
|
|
|
|
|
|
|
|
|
|
public void pgWithForeman(PgWithPcDto dto){
|
|
|
|
public void pgWithForeman(PgWithPcDto dto){
|
|
|
|
LambdaUpdateWrapper<DmYdjh> wrapper = new LambdaUpdateWrapper<DmYdjh>()
|
|
|
|
LambdaUpdateWrapper<DmYdjh> wrapper = new LambdaUpdateWrapper<DmYdjh>()
|
|
|
|
.eq(DmYdjh::getDcCh,dto.getDcCh()).eq(DmYdjh::getDcPl,dto.getDcPl()).ge(DmYdjh::getZt,32);
|
|
|
|
.eq(DmYdjh::getDcCh,dto.getDcCh())
|
|
|
|
|
|
|
|
.eq(DmYdjh::getDcPl,dto.getDcPl())
|
|
|
|
|
|
|
|
.eq(DmYdjh::getZyq1,dto.getZyq())
|
|
|
|
|
|
|
|
.ge(DmYdjh::getZt,32);
|
|
|
|
|
|
|
|
|
|
|
|
String pgrq = DateUtil.date().toString("yyyy/MM/dd HH:mm:ss");
|
|
|
|
String pgrq = DateUtil.date().toString("yyyy/MM/dd HH:mm:ss");
|
|
|
|
switch (dto.getZt()){
|
|
|
|
switch (dto.getZt()){
|
|
|
|